pythonanywhere migration error .-manage.py migrate bash: .-manage.py: Permission denied

44

If your manage.py file does not have execute permission 
(which can happen if you upload it from Windows) 
then you can give it that permission by running the Bash command belbellow:

chmod +x manage.py

Comments

Submit
0 Comments